From 630f83957a1b2a5668b1616edf2f20d67372089c Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 23 Nov 2017 17:21:36 +0000 Subject: [PATCH] Entry:show-emoji-icon is in GTK+ 3 too Document the earliest version reached. --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 725c16a455..3595940523 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1394,7 +1394,7 @@ gtk_entry_class_init (GtkEntryClass *class) * When this is %TRUE, the entry will show an emoji icon in the secondary * icon position that brings up the Emoji chooser when clicked. * - * Since: 3.92 + * Since: 3.22.19 */ entry_props[PROP_SHOW_EMOJI_ICON] = g_param_spec_boolean ("show-emoji-icon", -- 2.30.2